home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Acorn User: The RISC OS Graphics CD
/
Acorn User: The RISC OS Graphics CD.iso
/
utilities
/
process
/
_process
/
_run
< prev
next >
Wrap
Text File
|
1993-09-09
|
654b
|
30 lines
|
| !Run file for !Process
|
Set Process$Dir <Obey$Dir>
| RISC OS 3.10 is needed
RMEnsure UtilityModule 3.10 Error You need RISC OS 3.10 to run !Process
| Load some sprites
IconSprites <Process$Dir>.!Sprites
IconSprites <Process$Dir>.Sprites
| AIM and CLEAR filetypes
Set File$Type_004 AIM
Set File$Type_690 Clear
RMEnsure Process 1.10 RMLoad <Process$Dir>.Resources.ColourPro
| Set the options, always lower case
Set Process$Options -max2 -tools -pal -colour1 -mask
Set Process$WindowTitle %%0:%%7.%%2.%%3 at %%8x%%9%%
| Get some memory
WimpSlot -min 224k -max 224k
| And off we go
Run <Process$Dir>.Resources.!Intro
Run <Process$Dir>.!RunImage